Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Heuristics to fix interop with bad ZeroChecksum #327

Merged
merged 1 commit into from
Apr 3, 2024
Merged

Conversation

Sean-Der
Copy link
Member

@Sean-Der Sean-Der commented Apr 3, 2024

The SCTP implementation used in v3.2.28 fails to establish a connection with other WebRTC implementations. The implementation of ZeroChecksum assumes incorrectly that the feature is bi-directional

SCTP ZeroChecksum is actually a uni-directional feature which causes the Assocations to be unable to communicate.

The SCTP implementation used in v3.2.28 fails to establish a connection
with other WebRTC implementations. The implementation of ZeroChecksum
assumes incorrectly that the feature is bi-directional

SCTP ZeroChecksum is actually a uni-directional feature which causes the
Assocations to be unable to communicate.
Copy link

codecov bot commented Apr 3, 2024

Codecov Report

Attention: Patch coverage is 50.00000% with 3 lines in your changes are missing coverage. Please review.

Project coverage is 67.38%. Comparing base (f0386f2) to head (39fd7dd).

Files Patch % Lines
association.go 50.00% 2 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           master     #327       +/-   ##
===========================================
- Coverage   81.13%   67.38%   -13.76%     
===========================================
  Files          49       49               
  Lines        4188     4194        +6     
===========================================
- Hits         3398     2826      -572     
- Misses        647     1207      +560     
- Partials      143      161       +18     
Flag Coverage Δ
go ?
wasm 67.38% <50.00%> (-0.03%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Sean-Der Sean-Der merged commit b6135a7 into master Apr 3, 2024
13 of 15 checks passed
@Sean-Der Sean-Der deleted the zerochecksum-fix branch April 3, 2024 19:20
davidzhao added a commit to livekit/livekit that referenced this pull request Apr 3, 2024
davidzhao added a commit to livekit/livekit that referenced this pull request Apr 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant